Serialize<T> Method

Summary
Serializes the specified object to an xml file.
Syntax
C#
C++/CLI
public static void Serialize<T>( 
   T obj, 
   string filename 
) 
public: 
static void Serializegeneric<typename T> 
(  
   _T^_ obj, 
   String^ filename 
)  

Parameters

obj
The object to serialize.

filename
The xml to store the serialized object.

Type Parameters

T
The type of object to serialize.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.